home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / debe.doc < prev    next >
Text File  |  1995-04-22  |  1KB  |  66 lines

  1.  
  2.                                       DEBE 
  3.  
  4.  
  5.    DEBE is powerful BASIC device-to-device general purpose utility program. DEBE 
  6. does not normally use standard files, but rather allows you to process disk 
  7. sectors (it's an EXCELLENT disk sector editor) and cassette records, etc., 
  8. directly. It's something like the (in)famous DEBE program widely used on the IBM 
  9. System/360. 
  10.    DEBE's commands are 2-letter codes indicating the source and destination 
  11. devices. Valid letters include: C=cassette; D=disk; K=keyboard (source only); 
  12. P=printer (destination only); S=screen (destination only). Hence, "DP" means 
  13. disk-to-printer. (To get a list of valid command options, type "?" at the 
  14. command prompt.) 
  15.  
  16.    IMPORTANT NOTES 
  17.  
  18.    DEBE will readily clobber a disk. A BACKUP IS THEREFORE HIGH RECOMMENDED! 
  19.  
  20.    USE 
  21.  
  22.    DEBE is largely self-prompting. I suggest that you experiment a bit with the 
  23. program using dummy disks and/or tapes before trying serious use. 
  24.    To use DEBE as a disk sector editor, first do a "DS" (disk-to-screen) of the 
  25. sector; then do a "KD" (keyboard-to-disk) and you will be able to edit the 
  26. sector data. (You may either modify the character data or the hex data. Use the 
  27. cursor arrow keys to move the cursor.) Don't forget the CTRL-3 to end the 
  28. keyboard transfer! 
  29.  
  30.    -John Navas [72645,1070] 
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.